diff options
author | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-22 09:20:51 +0000 |
---|---|---|
committer | jwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-22 09:20:51 +0000 |
commit | 70f8a3ef6175fc5a199061e26540f18fd1cb8048 (patch) | |
tree | ad4d54c7ffb8ec7ec7980680fa2236323695c0f5 /BaseTools/Conf/target.template | |
parent | b7d286b6f9c1b447c706ab75377848bf05a3dfed (diff) | |
download | edk2-70f8a3ef6175fc5a199061e26540f18fd1cb8048.zip edk2-70f8a3ef6175fc5a199061e26540f18fd1cb8048.tar.gz edk2-70f8a3ef6175fc5a199061e26540f18fd1cb8048.tar.bz2 |
Changed active platform to MdeModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2719 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools/Conf/target.template')
-rw-r--r-- | BaseTools/Conf/target.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Conf/target.template b/BaseTools/Conf/target.template index f3912bf..bc3d967 100644 --- a/BaseTools/Conf/target.template +++ b/BaseTools/Conf/target.template @@ -23,7 +23,7 @@ # of the platform FPD file that will be used for the build
# This line is required if and only if the current working
# directory does not contain one or more FPD files.
-ACTIVE_PLATFORM = MdePkg/MdePkg.dsc
+ACTIVE_PLATFORM = MdeModulePkg/MdeModulePkg.dsc
# TARGET List Optional Zero or more of the following: DEBUG, RELEASE,
# UserDefined; separated by a space character.
|