Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update BaseTools support gGuidCName and PCD(PcdTokenSpaceGuid.PcdTokenName) syntax as FILE GUID in DSC/FDF (Bugzilla Bug 202) #9564

Open
tianocore-issues opened this issue Nov 1, 2016 · 4 comments
Labels
package:basetools priority:high Significant impact. Should be fixed as soon as possible. type:feature-request A new feature proposal

Comments

@tianocore-issues
Copy link

This issue was created automatically with bugzilla2github

Bugzilla Bug 202

Date: 2016-11-01T22:16:25+00:00
From: nobody <>
To: unassigned <>
CC: ye.y.wu

Last updated: 2022-02-18T07:50:07+00:00

@tianocore-issues
Copy link
Author

Comment 810

Date: 2016-11-01 22:16:25 +0000
From: nobody <>

  • Industry Specification: ---
  • Release Observed: EDK II Master
  • Releases to Fix: EDK II Master
  • Target OS: ---
  • Bugzilla Assignee(s): unassigned <>

DSC/FDF only supports real GUID value. To be simplified, GuidCName or PCD value can be supported to be specified as GUID value. For example,

FILE RAW = AF9C9EB2-12AD-4D3E-A4D4-96F6C9966215 {
$(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/FV/Vlv.ROM
}

FILE RAW = ce57b167-b0e4-41e8-a897-5f4feb781d40 {
$(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/FV/CAPSULEDISPATCHFV.Fv
}

==>

FILE RAW = PcdTokenSpaceGuid.PcdEdkiiSystemFirmwareFileGuid {
$(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/FV/Vlv.ROM
}

FILE RAW = gEdkiiSystemFmpCapsuleDriverFvFileGuid {
$(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/FV/CAPSULEDISPATCHFV.Fv
}

@tianocore-issues
Copy link
Author

Comment 816

Date: 2016-11-02 21:11:55 +0000
From: Chris <<ye.y.wu>>

bug scrub: new feature, assign to yonghong

@tianocore-issues
Copy link
Author

Comment 5487

Date: 2018-11-05 02:38:46 +0000
From: Yonghong Zhu <<yonghong.zhu>>

change to Bob

@tianocore-issues
Copy link
Author

Comment 18412

Date: 2022-02-18 07:50:07 +0000
From: @BobCF

change to unassigned

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:basetools priority:high Significant impact. Should be fixed as soon as possible. type:feature-request A new feature proposal
Projects
None yet
Development

No branches or pull requests

1 participant